@charset "utf-8";
/* CSS Document */
html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input{
	margin:0;
	padding:0;
}
body{
	font-family:'微软雅黑'; 
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
a{
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
	outline:none;
}
li{
	list-style:none;
}
img{
	border:0;
}
input{
	outline:none;
}
/* @Public style
--------------------------------------------*/
.clearfix:after{
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
	content:''; 
}
.clearfix{
	zoom:1;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.extra{
	margin-right:0 !important;
}
.lngen{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
/* @Public layout
--------------------------------------------*/
.mainWidth{
	width:1080px;
	margin:0 auto;
}
.fullWidth{
	width:100%;
}
.letMid{
	position:relative;
	width:1920px;
	left:50%;
	margin-left:-960px;
}
#switch{
	margin-top:30px;
}
#switch a{
	color:#888;
	display:block;
}
#switch a:hover{
	text-decoration:underline;
}
#switch .pre,#switch .next{
	color:#888;
	font-size:14px;
	line-height:22px;
	text-align:left;
}
#switch .pre{
	margin-bottom:5px;
}
/*pagelist*/
#pagelist{ 
	color:#666; 
	font-size:12px;
	line-height:40px;
	text-align:left;
	display:inline-block;
	margin-top:15px;
}
.pagination{
	height:25px;
	overflow:hidden;
	font-size:12px;
	margin:0;
	text-align:left; 
	padding:10px 0;
	margin-right:-10px;
	display:inline-block;
	float:right;
	margin-top:15px;
	display: flex;
	justify-content: right;
}
.pagination a{
	border:#d9d9d5 1px solid;
	color:#fff;
	padding:3px 4px;
	margin-left:8px;
	background:#d9403b;
}
.pagination a:hover{
	color:#fff;
	background:#df0700;
}
.pagination span{
	border:#d9d9d5 1px solid;
	color:#4e4e4e;
	padding:3px 4px;
	margin-left:8px;
	background:#e5e3e5;
}
.pagination span{ 
	color:#4e4e4e;
	background:#e5e3e5;
}